home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Utilities
/
PC-SIG's World of Utilities (PC-SIG) (1994).iso
/
UTI
/
DISK1494.ZIP
/
INSTALLH.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-02-12
|
1KB
|
26 lines
ECHO OFF
CLS
ECHO ****************************************************************************
ECHO * Mi-LOG *
ECHO * Home Computer Record System *
ECHO * v 2.1 Copyright 1986, 1987, MiCord, Box 1344, Midland, MI 48640 *
ECHO * *
ECHO ****************************************************************************
ECHO This is the Hard Disk Installation Program
ECHO To terminate, press Control Break or continue by pressing any key.
PAUSE
CLS
C:
CD\
MD\LOG
A:
COPY A:LOG.EXE C:\LOG
COPY A:READTHIS.BAT C:\LOG
CONFIG.EXE
CLS
ECHO The installation is now complete. Remove this disk from Drive A and reboot
ECHO your computer so that it is aware of the new information. Mi-LOG will be
ECHO started automatically from the autoexec.bat file. Please remember to enter
ECHO the command LOG at the end of each session to properly record the time.
ECHO Thank you.
ECHO PAUSE